Add cmd_spl command
authorSimon Schwarz <[email protected]>
Thu, 15 Mar 2012 04:01:34 +0000 (04:01 +0000)
committerAlbert ARIBAUD <[email protected]>
Tue, 27 Mar 2012 20:05:28 +0000 (22:05 +0200)
commit1648a37505e84fc4e5268b026c3f1db862107e00
treecb3db353a2a2c354e66c2ebf2f8c99596a375f74
parent19db9be4aa39e9112356c09c511f1c4726b64c74
Add cmd_spl command

This adds a spl command to the u-boot.

Related config:
CONFIG_CMD_SPL
activate/deactivate the command
CONFIG_CMD_SPL_NAND_OFS
Offset in NAND to use

Signed-off-by: Simon Schwarz <[email protected]>
Signed-off-by: Stefano Babic <[email protected]>
CC: Tom Rini <[email protected]>
CC: Wolfgang Denk <[email protected]>
common/Makefile
common/cmd_spl.c [new file with mode: 0644]
doc/README.commands.spl [new file with mode: 0644]
include/cmd_spl.h [new file with mode: 0644]
include/image.h